From 800749d2fa3244e4131fc41285c8fb8e012bddae Mon Sep 17 00:00:00 2001 From: "jrb44@plym.cl.cam.ac.uk" Date: Wed, 28 Sep 2005 14:21:29 +0100 Subject: [PATCH] Changed -xen x86-32 defconfig CONFIG_SECURITY_CAPABILITIES=y Was previously a module, which wasn't getting loaded and causing the LTP capset01 test to fail. Compiling in to the kernel brings this in to line with our own -xen x86-64 kernel and vendor kernels. Signed-off-by: James Bulpin --- linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 b/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 index 36898dcae0..a0f20e82b3 100644 --- a/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 +++ b/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 @@ -2913,7 +2913,7 @@ CONFIG_KEYS=y # CONFIG_KEYS_DEBUG_PROC_KEYS is not set CONFIG_SECURITY=y # CONFIG_SECURITY_NETWORK is not set -CONFIG_SECURITY_CAPABILITIES=m +CONFIG_SECURITY_CAPABILITIES=y CONFIG_SECURITY_ROOTPLUG=m CONFIG_SECURITY_SECLVL=m CONFIG_SECURITY_SELINUX=y -- 2.30.2